gtk-demo: Add some keywords
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Sep 2020 21:33:12 +0000 (17:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Sep 2020 21:33:12 +0000 (17:33 -0400)
Make the builder demo show up in searches for toolbar and
menubar.

demos/gtk-demo/builder.c

index 3574b3dbeb28bbd15ba2b971c4dc75f9746df350..db44bc17f9d3e31e2102948353639a05ed8cc503 100644 (file)
@@ -1,4 +1,5 @@
 /* Builder
+ * #Keywords: GMenu, GtkPopoverMenuBar, GtkBuilder, GtkStatusBar, toolbar
  *
  * Demonstrates a traditional interface, loaded from a XML description,
  * and shows how to connect actions to the menu items and toolbar buttons.